(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPExp()
SYNOPSIS

LONG y

LOCATION
In MathIeeeSingTransBase at offset 13
FUNCTION
Calculate e^x

INPUTS
y
IEEE single precision number
RESULT
IEEE single precision number

flags: zero : result is zero negative : 0 overflow : the result was out of range for the IEEE single precision format

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
e^(>= 89): return 0x7f800000; e^(2^(<=-24)): return one;

HISTORY
23.07.1997 bergers
Initial revision